Move chuking of stack allocated buffer to innermost loop
authorØyvind Kolås <pippin@gimp.org>
Wed, 14 Nov 2012 00:36:50 +0000 (01:36 +0100)
committerØyvind Kolås <pippin@gimp.org>
Wed, 14 Nov 2012 00:58:38 +0000 (01:58 +0100)
commit0230c19d5258bbd1886373de6c621d04f275c603
tree8ee9ef9b9236ab41d23590d759d5118f7c42f6d6
parentb17855e67b18eb0e43b6f50ee8d8fc8222aadc61
Move chuking of stack allocated buffer to innermost loop

Moves the logic to the only place where it is needed, speeding up the other,
more likely and hopeful code path by not needing to do the conditionals at
all.
babl/babl-fish-path.c
babl/babl-list.h